extensions: u32<->float conversions in simple extension
authorØyvind Kolås <pippin@gimp.org>
Sat, 7 Apr 2018 15:01:08 +0000 (17:01 +0200)
committerØyvind Kolås <pippin@gimp.org>
Sat, 7 Apr 2018 15:08:01 +0000 (17:08 +0200)
commitc00621ea91a2afe02a6e85f0b7bd9932346805ee
treee56fb5f8ffe8c2517c79e5cf2e799207ab9698db
parentf65b15f7b91f52dba6be7798da4b419f7443771f
extensions: u32<->float conversions in simple extension

They were using 'float' rather than 'double' data types for intermediate values
the lack of precision made the conversions be discarded by babl.
extensions/simple.c